Guided Practice 5.4: inventory-total-copies-on-hand

Design the following function, using HOFC with lambda:

inventory-total-copies-on-hand : ListOfBook -> NonNegInt
GIVEN: a list of books
RETURNS: the total number of copies on hand

Use the data definition of Book from Module 04.

[ANSWER]


Last modified: Fri Aug 15 11:38:55 Eastern Daylight Time 2014